home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.4 KB | 89 lines | [TEXT/MPS ] |
- /*
- File: Connections.idl
-
- Contains: Communications Toolbox Connection Manager Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __CONNECTIONS_IDL__
- #define __CONNECTIONS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __WINDOWS_IDL__
- #include <Windows.idl>
- #endif
- #ifndef __DIALOGS_IDL__
- #include <Dialogs.idl>
- #endif
- #ifndef __CTBUTILITIES_IDL__
- #include <CTBUtilities.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_ONLY
- typedef OSErr CMErr;
-
- /* CMRecFlags and CMChannel */
- /* Low word of CMRecFlags is same as CMChannel */
- typedef long CMRecFlags;
-
- typedef short CMChannel;
-
- typedef unsigned long CMStatFlags;
-
- typedef unsigned short CMBufFields;
-
- typedef OpaquePtr CMBuffers; /* Substituted OpaquePtr for array of Ptr of size 8 */
-
- typedef OpaquePtr CMBufferSizes; /* Substituted OpaquePtr for array of long of size 8 */
-
- typedef OpaquePtr ConstCMBufferSizesParam; /* Substituted OpaquePtr for “long*” */
-
- typedef unsigned short CMSearchFlags;
-
- typedef unsigned short CMFlags;
-
- typedef SOMLargeStruct ConnEnvironRec; /* Derived from a struct of 14 bytes in size */
-
- typedef OpaquePtr ConnEnvironRecPtr; /* Substituted OpaquePtr for “ConnEnvironRec*” */
-
-
-
- typedef OpaquePtr ConnPtr; /* Substituted OpaquePtr for “ConnRecord*” */
-
- typedef OpaquePtr ConnHandle; /* Substituted OpaquePtr for “ConnPtr*” */
-
- typedef OpaquePtr ConnectionToolDefProcPtr;
- typedef OpaquePtr ConnectionToolDefUPP;
- typedef OpaquePtr ConnectionSearchCallBackProcPtr;
- typedef OpaquePtr ConnectionSearchCallBackUPP;
- typedef OpaquePtr ConnectionCompletionProcPtr;
- typedef OpaquePtr ConnectionCompletionUPP;
- typedef OpaquePtr ConnectionChooseIdleProcPtr;
- typedef OpaquePtr ConnectionChooseIdleUPP;
- typedef SOMLargeStruct ConnRecord; /* Derived from a struct of 144 bytes in size */
-
- typedef SOMLargeStruct CMIOPB; /* Derived from a struct of 56 bytes in size */
-
- typedef OpaquePtr CMIOPBPtr; /* Substituted OpaquePtr for “CMIOPB*” */
-
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __CONNECTIONS_IDL__ */
-
-